Advertisement
SHCREW

autofarm lifting simulator

Sep 9th, 2019
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while wait(0.1) do
  2. local tbl_main =
  3. {
  4. "LiftWeight"
  5. }
  6. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(tbl_main))
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement