Advertisement
Bacon_Script

Nanny Script

May 12th, 2022 (edited)
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. --------Auto Scream (Working)----------
  2.  
  3. while true do
  4.     wait(0)
  5.  
  6. game:GetService("ReplicatedStorage").ScreamWork:FireServer()
  7. end
  8.  
  9. --------Equip Your Own Avatar----------
  10.  
  11. local args = {
  12.     [1] = "YourAvatar",
  13.     [2] = "Baby",
  14.     [3] = "Color1"
  15. }
  16.  
  17. game:GetService("ReplicatedStorage").Equip:FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement