|
| 27 Jun 2015 06:33 PM |
So I wanted to make a troll script in game, but this didn't work. Why?
local person = game.Players:FindFirstChild("crazydesign")
local target = game.Players:FindFirstChild("TrueLegitBoss")
local x = target.Character:FindFirstChild("Torso").X local y = target.Character:FindFirstChild("Torso").Y local z = target.Character:FindFirstChild("Torso").Z
person.Character.Humanoid:MoveTo(Vector3.new(x,y,z))
game:GetService("Chat"):Chat(person.Character:FindFirstChild("Head"),"I love you, TrueLegitBoss.")
person.PlayerScripts.ControlScript.Disabled = true |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 27 Jun 2015 06:56 PM |
"So I wanted to make a troll script in game"
print("gtfo") |
|
|
| Report Abuse |
|
|
| |
|
|
| 27 Jun 2015 07:46 PM |
| Bump, I don't need it for trolling anymore. I just want to know what I did wrong. |
|
|
| Report Abuse |
|
|