Fe Animation Id Player Script | Editor's Choice |

Player1 should play an animation created by them through a LocalScript. If Player2 can see it, then the movements are replicating. Developer Forum | Roblox Use animations | Documentation - Roblox Creator Hub

PlayButton = script.Parent.Button

: Adding a toggle to loop animations versus playing them once. FE Animation Id Player Script

-- Animation ID Input Box local idBox = Instance.new("TextBox") idBox.Size = UDim2.new(0.9, 0, 0, 35) idBox.Position = UDim2.new(0.05, 0, 0, 40) idBox.PlaceholderText = "Enter Animation ID (rbxassetid://...)" idBox.Text = "" idBox.BackgroundColor3 = Color3.fromRGB(50, 50, 50) idBox.TextColor3 = Color3.fromRGB(255, 255, 255) idBox.Font = Enum.Font.Gotham idBox.TextSize = 14 idBox.ClearTextOnFocus = false idBox.Parent = mainFrame Player1 should play an animation created by them

Privacy Preference Center