Advertisement
RamenRon

Text Sim Scripts

Jun 15th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. -- ATTENTION! THESE WILL NOT SAVE SO YOU HAVE TO EXECUTE IT AGAIN ONCE YOU LEAVE!
  2. -- This one lets you equip any tablet, it's set to the best one.
  3. game:GetService("ReplicatedStorage").Events.TabletsEquip:FireServer(15)
  4.  
  5. -- This one lets you get the best emoji, it's set to the best one.
  6. game:GetService("ReplicatedStorage").Events.EmojiEquip:FireServer(37)
  7.  
  8. -- This one lets you get the best phone, it's set to the best one.
  9. game:GetService("ReplicatedStorage").Events.PhonesEquip:FireServer(44)
  10.  
  11. -- This one lets you get the best PC, it's set to the best one.
  12. game:GetService("ReplicatedStorage").Events.ComputersEquip:FireServer(15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement