Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How Do You Add Like Model or Shoes To The Player When The Joined?

Asked by 3 years ago

local int = require(0) -- Replace The 0 To The Number You Want to Add int:Clone() int.Shoe.Massless = true int.Shoe.Anchored = false int.Parent = Game.Player.LocalPlayer.Character:FindFirstChild("Left Leg")

--The Bottom Is The The Right Leg The Top is Left Leg

local intr = require(0) -- Replace The 0 To The Number You Want to Add intr:Clone() intr.Shoes.Massless = true intr.Shoes.Anchored = false intr.Parent = Game.Player.Local.CharacterFindFirstChild("Right Leg")


That's All I Can Think Of... I Need Help To See Why It Causes an Error... I'm New Btw ._. (Btw Means By the Way In Case if ya didn't know :)

Answer this question