plz help im stuck on this if u know plz tell me
if the stand is located in serverscript service, and not inside the script, do this instead:
local Stand = game:GetService("ServerScriptService"):FindFirstChild("Stand"):Clone() -- this will only work in a normal script since local scripts cannot access ServerScriptService and ServerStorage for i guess security reasons