of     2   
chevron_rightchevron_rightchevron_right

ThomasChabot
#40308763Tuesday, January 04, 2011 2:17 AM GMT

Post what script you want, and I'll make it for you. I'm pro at scripting, so I can easily make any of your requests. :D
Scriptoar
#40308896Tuesday, January 04, 2011 2:19 AM GMT

Make a giant unicorn that shoots lasers, farts rainbows, dances on command, and unlocks all locked properties. :3
ThomasChabot
#40309005Tuesday, January 04, 2011 2:20 AM GMT

@Script That's easy, other than making the unicorn itself. :D
BunnyBoy26
#40309033Tuesday, January 04, 2011 2:21 AM GMT

okey, i feel a bit discomforted by posting a request on this forum, but u asked so id like a welcome gui script thingy. ive tried to make this but i coulndt. i want it to ONLY APPEAR WHEN SOMEONE ENTERS AND NOT WHEN SOMEONE RESPAWNS! and only have it on the playerentered's screen NO ONE ELSES. i have all the guis and other scripts made so just make a script that would do that thx :)
Scriptoar
#40309057Tuesday, January 04, 2011 2:21 AM GMT

Really, you know how to unlock properties? *eyes go wide with awe* :D
SarahAngel
#40309406Tuesday, January 04, 2011 2:25 AM GMT

Make me a hopperbin that shoots lasers. NAO. :3
ThomasChabot
#40309632Tuesday, January 04, 2011 2:28 AM GMT

@Script Actually, there's ways around it. @Bunny All you need is the script? If so, it won't take very long.
Scriptoar
#40309737Tuesday, January 04, 2011 2:29 AM GMT

There's ways aroung it? How, I've been trying to access the Zoom property.
ThomasChabot
#40309817Tuesday, January 04, 2011 2:30 AM GMT

@Bunny Here's the script (Put it in Lighting): Gui = game.Lighting.GuiName --Change GuiName to the name of the welcome GUI. Also, put it in Lighting. function PE(new) Gui:clone().Parent = new.PlayerGui end game.Players.ChildAdded:connect(PE)
vanillaluv
#40309859Tuesday, January 04, 2011 2:30 AM GMT

@Sarah h = Instance.new("HopperBin") h.Parent = Game.Players.SarahAngel.Backpack h.BinType = "Laser"
BunnyBoy26
#40310583Tuesday, January 04, 2011 2:38 AM GMT

oops i forgot to mention that the gui says welcome and when u click a textbutton the gui goes away.
ShinobiBlue
#40311007Tuesday, January 04, 2011 2:43 AM GMT

Gui kill streak :O
vanillaluv
#40311059Tuesday, January 04, 2011 2:44 AM GMT

@Yodaime What?
Fatman300
#40311469Tuesday, January 04, 2011 2:49 AM GMT

ok can you make me a spawn script for Humanoids such as zombies i need it so that i can edit the wait time before it spawns also i would like it so i can put it in an object in stead of the zombie EX game.lighting.zombieName blahblahblah spawns zombie from lighting blahblahblah wait repeat script end if that would work
iamalone12
#40311663Tuesday, January 04, 2011 2:51 AM GMT

Gui = Char[i].PlayerGui.ScreenGuiName.TextLabelName Char = game.Players:GetChildren() for i = 1, #Char do if Char[i].leaderstats.KOs.Value == "ValueHere" then Gui.Text == "Congratz "..Char[i].Name.." for killamounthere KOs!" end something like this for Yodaime, just not exactly this.
shrimpoop
#40312415Tuesday, January 04, 2011 3:01 AM GMT

Could you make an alternate animation script?1!/!? with walking, idle, and jumping and sitting and everything else all running in one scrip??!
AceWaffles23
#40312904Tuesday, January 04, 2011 3:08 AM GMT

Can I please have a script where there is a GUI shop where you unlock cash evry minute you play. And I need a thing that changes rounds.
AceWaffles23
#40312974Tuesday, January 04, 2011 3:09 AM GMT

Nvm about that, how do you make a script so when you reach a certain amount of KOs, that it would give you a badge?
shrimpoop
#40316572Tuesday, January 04, 2011 4:03 AM GMT

@:AceWaffles23 Not trying to sound like an amateur scripter, but just look on free models because the things other people make will be better than yours until you learn to script like them!
Nick1104hi
#40317109Tuesday, January 04, 2011 4:14 AM GMT

Make me a website similar to roblox.
Slash3rNdKill3r
#40317816Tuesday, January 04, 2011 4:30 AM GMT

Heres a serious script. I need a script for my up/down elevator buttons. This is my attempt script, could you please use a script like this or tell me whats wrong? Up block: s = script g = game.Workspace Car = s.Parent.Parent.Platform -------------------------------- function onClicked() Car.BodyVelocity.velocity = Vector3.new(0, 10, 0) end script.Parent.ClickDetector.MouseClick:connect(onClicked) Down block: s = script g = game.Workspace Car = s.Parent.Parent.Platform -------------------------------- function onClicked() Car.BodyVelocity.velocity = Vector3.new(0, -10, 0) end script.Parent.ClickDetector.MouseClick:connect(onClicked)
nateorade
#40318220Tuesday, January 04, 2011 4:40 AM GMT

Make one so my character goes over 9000, if you know what i mean
crazypotato4
#40318344Tuesday, January 04, 2011 4:44 AM GMT

@nate: game.Workspace.nateorade.Torso.CFrame = CFrame.new(0,9001,0)
nateorade
#40318447Tuesday, January 04, 2011 4:47 AM GMT

no, that is not what i mean...
crazypotato4
#40318489Tuesday, January 04, 2011 4:48 AM GMT

local i = Instance.new("IntValue", game.Players.nateorade) i.Name = "nateorade" i.Value = 9001

    of     2   
chevron_rightchevron_rightchevron_right