Advertisement
EmeraldIT

part 3 of something i need

Apr 5th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local Event = game.ReplicatedStorage["Events/Functions"]:WaitForChild("MagicEvent")
  2. person = game.Workspace.Crystal5241
  3. function doof()
  4. Event:FireServer(person)
  5. end
  6. doof()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement