So I have a local script that has this script
script.Parent.MouseButton1Click:Connect(function() game.ReplicatedStorage.RemoteEvent:FireServer() end)
So I need to somehow fit in this script
for i = 1,#plrs do local num = math.random(1,5) plrs[i].Character.Head.CFrame = CFrame.new(workspace.Teleports["Part"..num].Position) end
please help me, thanks!