Advertisement
otorp2

roblox shared variable

Dec 8th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. script1 shared["pickle"] = value
  2.  
  3. script2
  4. wait()
  5. print(shared.pickle)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement