Advertisement
ObsoleteFire

How to mess with Remotes 2020!!

Feb 28th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ----------------------
  2. -- How to mess with Remotes --
  3. ----------------------
  4.  
  5. Start with this.
  6. game.ReplicatedStorage
  7. if the Remote is in there.
  8. or Workspace.RemoteEvent
  9. then
  10. game.ReplicatedStorage.RemoteEvent = (Remote Name)
  11. then do game.ReplicatedStorage.RemoteEvent = true
  12. then do local Fired
  13. local Fired.Parent = RemoteEventName
  14. if Fired then
  15. RemoteEventName = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement