Advertisement
anonmods

Vibe Airline Script

Dec 23rd, 2021
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. --BROUGHT TO YOU BY ANONMODS.COM!--
  2.  
  3. local replicatedStorage = game:GetService('ReplicatedStorage');
  4. while true do
  5. for _, v in next, game.Workspace:GetChildren() do
  6. if v.Name ~= 'AirplaneSeat' then continue end;
  7.  
  8. replicatedStorage.Remotes.UpdateTaggedItemState:FireServer(v, 'Recline');
  9. fireclickdetector(v.ClickDetector);
  10. end;
  11. task.wait(0.25);
  12. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement