Hi. In studio mode, when I clone a sword and give it to the player, the sword works normally, all of the animations, etc. but when I play the game through the ROBLOX launcher, the sword clones, but has none of its animations.
What is the problem? Here is the script I am using to clone them: (It's through a ScreenGui click)
local button = script.Parent button.MouseButton1Click:connect(function() game.ReplicatedStorage.Illumina:Clone().Parent = game.Players.LocalPlayer.Backpack end)