Advertisement
AceW0lf_BOt

RainbowGloves

Jan 29th, 2023 (edited)
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. while true do
  2.    local ohString1 = "Pink"
  3.                      
  4.    game:GetService("ReplicatedStorage").Remotes.SellWep:FireServer(ohString1)
  5.    wait(.2)
  6.  
  7.    local ohString1 = "Green"
  8.                      
  9.    game:GetService("ReplicatedStorage").Remotes.SellWep:FireServer(ohString1)
  10.    wait(.2)
  11.  
  12.    local ohString1 = Blue
  13.  
  14.    game:GetService("ReplicatedStorage").Remotes.SellWep:FireServer(ohString1)
  15.    wait(.2)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement