Roblox Animation Loading, Not Loading
I was following a tutorial on how to make a Roblox Combat System, but I ran into a problem with animation loading. For some reason it can’t load the animation and tells me that the LoadAnimation need to load an animation object, which I’ve tried keyframes and even just added an Animation Object with an animation ID of “17401496431” and nothing changes. (This is a server script)
Set CollisionFidelity of a Union obtained using a “SubtractAsync” function
I have a script which randomly generates underground rooms in a BasePart
using the SubtractAsync
function. It works perfectly fine, however the CollisionFidelity
is inaccurate, leading to me being unable to enter the rooms.