I do acknowledge that there are other topics regarding this, but it seems to not consider a solution for myself as I have a slightly different issue
───────────────────────────
I’m attempting to load an NPC animation, but it doesn’t function at all. A few months ago is was perfectly fine and viewable to everyone until now, popping so many errors (probably to ROBLOX’s update). What’s the actual issue here? My animation is established to the group and used for my NPCs, but they don’t work. Here’s the details you need to acknowledge:
--Variables--
local set = script.Settings
local sp = set.Speed
local enabled = set.Enabled
local hum = script.Parent:WaitForChild("Humanoid")
if hum then
print("Success")
else
print("No Humanoid")
end
local humanim = hum:LoadAnimation(script:FindFirstChildOfClass("Animation"))
--Playing Animation--
if enabled.Value == true then
humanim:Play()
humanim.Looped = true
humanim:AdjustSpeed(sp.Value)
end
If the game is by the group then you don’t need to do that and your problem is something else, but if the game is by you and not the group then you won’t be able to use its assets unless it was onsale.
So, u am having the same issue. I want to create a game with my Friends and i made the animations (Team-Create), it works fine for me but not if i test it with Team Test or on a online Server. @Doqee, do you found a solution or we need to buy a Group?
Yes, my Friend has made a game and invited me and i made the animations, but only i was able to play the animation and the others just not was playing.