MrVakoda
|
  |
| Joined: 02 Aug 2009 |
| Total Posts: 735 |
|
|
| 12 Aug 2016 01:44 PM |
Just tried welding a brick to my character's rootpart/torso, and it's caused my character to suddenly start bouncing as if trying to get up. Anyone know what might be causing this?
weld = Instance.new("ManualWeld") weld.Part0 = oldcharacter.HumanoidRootPart weld.Part1 = torso weld.Parent = character.HumanoidRootPart weld.Name = "TorsoWeld" weld.MaxVelocity = 1 |
|
|
| Report Abuse |
|
|
AxonMega
|
  |
| Joined: 29 Aug 2014 |
| Total Posts: 2403 |
|
|
| 12 Aug 2016 01:47 PM |
"weld.MaxVelocity = 1"
What? |
|
|
| Report Abuse |
|
|
MrVakoda
|
  |
| Joined: 02 Aug 2009 |
| Total Posts: 735 |
|
|
| 12 Aug 2016 01:48 PM |
nvm that, it's leftover form I kept switching between manualwelds and motor6ds, hoping one of the would work (neither did T-T)
alright, apparently it's being caused by some collision between the legs and the part being welded.
dumb roblox physics |
|
|
| Report Abuse |
|
|
Soybeen
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 21462 |
|
|
| 12 Aug 2016 01:48 PM |
Set the new part's CanCollide to false. Also welds do not have a MaxVelocity property to the extent of my knowledge. It would be silly if they did.
|
|
|
| Report Abuse |
|
|