local event1 = game:GetService("ReplicatedStorage"):WaitForChild("Shared"):WaitForChild("RemotePromise"):WaitForChild("Remotes"):WaitForChild("C_BuyClass") local event2 = game:GetService("ReplicatedStorage").Shared.RemotePromise.Remotes.C_EquipClass event1:FireServer("Horse") event2:FireServer("Horse")