of     1   

baracuta
#183613265Sunday, February 14, 2016 9:04 PM GMT

This is regarding a recent update to Roblox. This update caused players with light hat weight to float upwards when lunging with the Linked Sword, and weapons that share its animations. Please fix this as soon as possible.
Mvgnifico
#183615190Sunday, February 14, 2016 9:30 PM GMT

PLEASE #code print(R$x145 TIX 65) --The inner machinations of my mind are an enigma
Scrippa
#183615388Sunday, February 14, 2016 9:32 PM GMT

Change PhysicalProperties in workspace to "Legacy" boom, fixed.
Mvgnifico
#183615481Sunday, February 14, 2016 9:34 PM GMT

It doesn't matter, it's going to be default soon. Plus, I think OP means to implement this across ALL games. #code print(R$x145 TIX 65) --The inner machinations of my mind are an enigma
Scrippa
#183615626Sunday, February 14, 2016 9:36 PM GMT

It is already enabled by default, but you can change it back to old one, it's game owners job to choose to enable or disable it.
Mvgnifico
#183615754Sunday, February 14, 2016 9:37 PM GMT

Well, for games like Fencing or SFOTH, I doubt the owners will update it. And, they're going to remove the old physics soon, so.... #code print(R$x145 TIX 65) --The inner machinations of my mind are an enigma
Scrippa
#183616619Sunday, February 14, 2016 9:49 PM GMT

put this in a local script in StarterGui local Plr = game.Players.LocalPlayer wait(5) local Char = Plr.Character for k,v in next, Char:children() do if v:IsA("Part") then v.CustomPhysicalProperties = PhysicalProperties.new(1,0.3,0.5) end end --boom

    of     1