Advertisement
FurkingBoi

magician sim

Nov 28th, 2019
2,519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. local oh1 = 1574965440.795
  2. while wait() do
  3. pcall(function ()
  4. game.Players.LocalPlayer.PlayerGui.MainUI.AddStatBox.ChildAdded:Connect(function(c)
  5. c:Destroy()
  6. end)
  7. game.Players.LocalPlayer.PlayerGui.MainUI.AddStatBox2.ChildAdded:Connect(function(c)
  8. c:Destroy()
  9. end)
  10. game.Players.LocalPlayer.PlayerGui.MainUI.AddStatBox3.ChildAdded:Connect(function(c)
  11. c:Destroy()
  12. end)
  13. local oh2 = game:GetService("Players").LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  14.  
  15. game:GetService("ReplicatedStorage").Events.Fired:FireServer(oh1, oh2)
  16. for i , c in pairs(game.Workspace.Coins:GetChildren()) do
  17. c.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  18. end
  19. end)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement