Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --game: https://www.roblox.com/games/9558874729/Super-Human-Training-Simulator?gameSearchSessionInfo=a97f9980-3d3c-44cf-9f17-15072919dbb9&isAd=false&nativeAdData=&numberOfLoadedTiles=40&page=searchPage&placeId=9558874729&position=0&universeId=3560552044
- _G.FirePP = true
- game:GetService("RunService").Stepped:connect(function()
- if _G.FirePP then
- for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
- if v:FindFirstChild("ProximityPrompt") then
- fireproximityprompt(v.ProximityPrompt)
- end
- end
- end
- end)
- PromptButtonHoldBegan = game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(prompt)
- fireproximityprompt(prompt)
- end)
- while wait() do
- for i,v in pairs(workspace.map.Presents:GetChildren())do
- if v:IsA("Part") and v.Name == "Present"then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement