Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local character = script:FindFirstAncestorWhichIsA("Model")
- local A1 = Instance.new("Weld")
- A1.Parent = character
- A1.Part0 = character:WaitForChild("HumanoidRootPart")
- local INSTANCE = Instance.new("Part")
- A1.Part1 = INSTANCE
- INSTANCE.CanCollide = false
- INSTANCE.Transparency = 1
- INSTANCE.Anchored = false
- INSTANCE.Size = Vector3.new(20, 20, 20)
- INSTANCE.CanTouch = true
- INSTANCE.CanQuery = true
- INSTANCE.CFrame = character:WaitForChild("HumanoidRootPart").CFrame
- INSTANCE.CustomPhysicalProperties = PhysicalProperties.new(2, 2, 1, 1, 1)
- INSTANCE.Parent = character
Advertisement
Add Comment
Please, Sign In to add comment