Advertisement
Upscalefanatic3

{ OP } Hallow's Eve : Sinister Swarm

Oct 25th, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- https://www.roblox.com/games/1677003440/Hallows-Eve-Sinister-Swamp
  2.  
  3.  
  4. _G.toggle = true --true ON | false OFF
  5. while _G.toggle do
  6. wait()
  7. local A_1 = "Collect Candy"
  8. local A_2 = Vector3.new(436.619995, 19.4700012, -265.529968)
  9. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  10. Event:FireServer(A_1, A_2)
  11. end
  12.  
  13. -- made by Death Knight Vie V3rm / Death Knight#9943
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement