The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Gas Station Simulator script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 14



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  while wait()do for a,b in pairs(game.Workspace:GetDescendants())do if b.Name=="NozzleTouchPart"then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,b,0)wait()firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,b,1)wait()end end;wait()for a,c in pairs(game:GetService("Workspace").Cars:GetChildren())do local d=c.ID.Value;local e=game:GetService("ReplicatedStorage").Events.FuelLidTouched;e:FireServer(d)wait()end end