--[[ SKIDDERS ARENT WELCOME SKIDDERS ARENT WELCOME SKIDDERS ARENT WELCOME SKIDDERS ARENT WELCOME SKIDDERS ARENT WELCOME ]] -- services -- local Plr=game:GetService("Players") local Lp=Plr.LocalPlayer local Pps=game:GetService("ProximityPromptService") -- modules -- local staminaM=require(Lp:WaitForChild("PlayerGui"):WaitForChild("MainGui"):WaitForChild("Client"):WaitForChild("Modules"):WaitForChild("Movement")) -- main script -- -- infinite stamina task.spawn(function() while true do task.wait(0.01) if not staminaM then return end staminaM.Stamina=staminaM.MaxStamina end end) -- instant badware pc interact Pps.PromptButtonHoldBegan:Connect(function(prompt) fireproximityprompt(prompt) end)