Advertisement
Glexteon

Untitled

Sep 26th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for i,c in pairs(game.Players:GetPlayers()) do
  2. ohok = c.Character.HumanoidRootPart
  3. local tbl_main =
  4. {
  5. ohok
  6. }
  7. game.ReplicatedStorage.Events.destryObj:FireServer(unpack(tbl_main))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement