Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://raw.githubusercontent.com/si1nnx/psxx/main/g"))()
- game:GetService("Workspace")["__THINGS"].Lootbags.ChildAdded:Connect(function(child)
- child.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- for i,v in pairs(game:GetService("Workspace")["__THINGS"].Lootbags:GetChildren()) do
- if v.ClassName == "MeshPart" then
- v.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement