Advertisement
Guest User

train script

a guest
Oct 21st, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. _G.toggle = true
  2.  
  3. while _G.toggle == true do
  4. wait(0.1)
  5. local tbl_main =
  6. {
  7. game:GetService("Workspace")["USERNAME's Depot"].Depot.Stations["Station 2"].Collecting,
  8. Vector3.new(-18413.0156, 22.269125, -1762.21838),
  9. true
  10. }
  11. game:GetService("ReplicatedStorage").Events.station:FireServer(unpack(tbl_main))
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement