Advertisement
Glexteon

Untitled

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