Advertisement
nuttanun734

test

Apr 26th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local A_1 =
  2. {
  3. [1] = getgenv().Noob,
  4. [2] = "Bones",
  5. [3] = "Ground",
  6. [4] = Vector3.new(math.huge, math.huge, math.huge)
  7. }
  8.  
  9. while wait() do
  10. spawn(function()
  11. game.ReplicatedStorage.Remotes.SansMoves:InvokeServer(A_1)
  12. end)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement