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.
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
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
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