Giant Dancing Simulator Script ★ No Login -- Dance animations local danceAnimations = { dance1 = "Dance1Animation", dance2 = "Dance2Animation", dance3 = "Dance3Animation", } -- Services local Players = game:GetService("Players") local RunService = game:GetService("RunService") Giant Dancing Simulator Script -- Make player giant when they join makeGiant(player) end) -- Dance animations local danceAnimations = { dance1 The animations can be created using the Roblox Animation Editor. dance2 = "Dance2Animation" Also, you need to have a CommandHandler script in your game to handle the commands. -- Event listener for player character added Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(character) -- Make player giant when their character spawns makeGiant(player) The command handler script can be created using the Roblox Command Handler.