if game.PlaceId ~= 16794833014 then return end -- if place is incorrect local Player = game:GetService('Players').LocalPlayer local Character = Player.Character or Player.CharacterAdded:Wait() local root = Character:WaitForChild('HumanoidRootPart') local position = CFrame.new(53.45, math.pi + math.pi, 4.3) * CFrame.Angles(math.rad(180), 0, math.rad(180)) * CFrame.Angles(0, math.rad(180), 0) -- note: changed Z axis so T-Shirt would be more visible, if you want it. -- If you don't want to show your T-Shirt, change 4.7 to 4.3 -- stops animations Character:WaitForChild("Animate").Disabled = true for _, v in ipairs(Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end -- sets getgenv, if it's unavailable in the exploit local g = {} local genv = getgenv or function() return g end -- removes previous platform, if it existed if genv().plplpplplplpllulz then genv().plplpplplplpllulz:Destroy() end -- making a platform, because just anchoring humanoidrootpart doesn't work local platform = Instance.new('Part') genv().plplpplplplpllulz = platform platform.Position = position.Position + Vector3.new(0,(-math.pi)-0.5,0) platform.Anchored = true platform.Size = Vector3.new(2,0.5,2) platform.Transparency = 0.5 platform.Parent = workspace -- move the character root.CFrame = position