Advertisement
Glexteon

Untitled

Sep 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. for i, plr in pairs(game.Players:GetChildren()) do
  2. local tbl_main =
  3. {
  4. game.Players[plr.Name],
  5. "I'am an haxor boi.",
  6. Color3.new(1, 0, 0),
  7. Color3.new(0, 0, 0),
  8. 1
  9. }
  10. game.Players[plr.Name].RPStatus.Spawn:FireServer(unpack(tbl_main))
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement