iBroski
|
  |
| Joined: 06 Jul 2011 |
| Total Posts: 100 |
|
|
| 31 Mar 2012 08:54 PM |
Powers == My script
The thing I hate about this is that Output is rendered useless because I can't chat in Studio.. anyways.
--------------------------------------------------------------------------------------
d = game.Players.Name
function onChatted(msg) current = false if msg == "Boost" and current == false then
current = true a = Instance.new("BodyPosition", game.Workspace.Name.Torso) a.maxForce = Vector3.new(400, 99999999999, 400) for i = 1, 50 do a.position = Vector3.new(game.Workspace.Name.Torso.Position.x, game.Workspace.Name.Torso.Position.y + 1, game.Workspace.Name.Torso.Position.z) game.Workspace.Name.Head.Reflectance = game.Workspace.Name.Head.Reflectance + .01 wait(.3) end a:Remove() game.Workspace.Name.Humanoid.WalkSpeed = 40 for i = 1, 100 do h = Instance.new("Part", game.Debris) h.BrickColor = BrickColor.new("Bright blue") h.Size = Vector3.new(1, 1, 1) h.CanCollide = false h.Anchored = true h.Position = Vector3.new(game.Workspace.Name.Torso.Position.x, game.Workspace.Name.Torso.Position.y, game.Workspace.Name.Torso.Position.z) h.Transparency = .7 l = game.Debris.getrid:Clone(h) l.Disabled = false wait(.1) end for i = 1, 50 do game.Workspace.Name.Head.Reflectance = game.Workspace.Name.Head.Reflectance - .01 wait(.3) end
end --this ties up the command end --put this extra end after the last end of every command.
d.Chatted:connect(onChatted)
--------------------------------------------------------------------------------------
Could you please tell me the flaw in this script? Please with a dil pickle on top. Cuz I don't see one.
~IamBroski |
|
|
| Report Abuse |
|
|
l0lzz
|
  |
| Joined: 05 Dec 2009 |
| Total Posts: 1529 |
|
|
| 31 Mar 2012 10:01 PM |
You can chat in studio, Start Server>Start Player
In server>Command Bar> game.Players.Player:SetSuperSafeChat(false) |
|
|
| Report Abuse |
|
|
TheHungry
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 59 |
|
|
| 31 Mar 2012 10:02 PM |
| Wow, I never knew that. I'm gonna try it now, ty. |
|
|
| Report Abuse |
|
|
iBroski
|
  |
| Joined: 06 Jul 2011 |
| Total Posts: 100 |
|
| |
|
iBroski
|
  |
| Joined: 06 Jul 2011 |
| Total Posts: 100 |
|
|
| 31 Mar 2012 10:39 PM |
| The script works for Player, but it doesn't work for iBroski in online -_- |
|
|
| Report Abuse |
|
|