|
| 10 Sep 2011 09:21 PM |
If you have A Script you'd like to share Put it here,Simple or even Complicated ones... Like Simple:Workspace.chidori12345.Humanoid.WalkSpeed = 100 Or Complicated:
while true do wait(13) local p = Instance.new('Part') p.Parent = game.Workspace p.Position = Vector3.new(0, 100, 0) --Change the numbers to change the local of the platform. p.Size = Vector3.new(25, 25, 25) --Change the numbers to change the size from it. p.BrickColor = BrickColor.new(1) --Look at the wiki and Scripting Help, the first option on the page and look for Pallete Colors to Numbers. p.Locked = true p.Anchored = false wait(7) p:remove() end |
|
|
| Report Abuse |
|
|
jode6543
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 5363 |
|
|
| 10 Sep 2011 09:22 PM |
Title fix.
-THROW THE CHEEEEEEESSSSSEEEEEEEEEEEEE!!!- |
|
|
| Report Abuse |
|
|
| |
|
|
| 10 Sep 2011 09:29 PM |
| Stop titlefixing this thread >:( |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2011 10:04 PM |
| How is your script complicated? |
|
|
| Report Abuse |
|
|
ItRPieMan
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 115 |
|
| |
|