Advertisement
Guest User

bee spam

a guest
Jun 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. -- works (fe) not made by me
  2.  
  3. -- edit: https://www.roblox.com/games/1607883097/SUMMER-Work-at-a-Coffee-Shop
  4.  
  5. local tbl_main =
  6. {
  7. "Equip",
  8. "49048703",
  9. "Hat"
  10. }
  11. for i = 1, 100 do
  12. wait(.1)
  13. game:GetService("ReplicatedStorage").RemoteConnections.Avatar:FireServer(unpack(tbl_main))
  14. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Accessory").Parent = game.Workspace
  15. end
  16.  
  17. -- end of script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement