A320NEO
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 4755 |
|
|
| 14 Sep 2015 09:15 PM |
ples help?
#code function make player teleport to loby and then give them salad tool from toolbox then select random player and then give them gun and call them 'bob' end
|
|
|
| Report Abuse |
|
|
| |
|
Arawnio
|
  |
| Joined: 04 Sep 2014 |
| Total Posts: 85 |
|
|
| 14 Sep 2015 09:22 PM |
local plr = game.Players.LocalPlayer local char = plr.Character local loby = game.Workspace.Lobby -- teleport brick local tool = game.Lighting.Salad
function anan() char.Torso.CFrame = loby.CFrame -- teleports local salad = tool:clone() salad.Parent = plr.Backpack -- tool giver end
-- grintaux
i just scripted here. you can use math.random for random player ( i think its not gonna work ) |
|
|
| Report Abuse |
|
|
|
| 14 Sep 2015 09:22 PM |
lol you do realize it was a joke right? xD |
|
|
| Report Abuse |
|
|
A320NEO
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 4755 |
|
|
| 14 Sep 2015 09:25 PM |
| thnx for the script bb i am going to make a hole murder game off of it xdxdxdxd |
|
|
| Report Abuse |
|
|
Arawnio
|
  |
| Joined: 04 Sep 2014 |
| Total Posts: 85 |
|
| |
|