Meliodas0_0

Auto chest build a float

Feb 1st, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Chest = "Legendary Chest" --Change to the chest you want to open (Cap the 1st letter)
  2.  
  3. while wait() do
  4. local A_1 = Chest
  5. local Event = game:GetService("Workspace").ItemBoughtFromShop
  6. Event:FireServer(A_1)
  7. end
Add Comment
Please, Sign In to add comment