Help with FireClient Error

Sorry I meant teleport outside the ring

I’m sure that was already fixed.

It’s not for me im not sure why https://gyazo.com/d3f4b07b82c1270714793e610aff7100

Oh you mean that. You can replace this part:

Event.OnServerEvent:Connect(function(Player)
	Player.PlayerGui.ShadowBoxing.LeaveMatch.Visible = false

	for _, i in ipairs(Corners) do
		if i.Occupant.Value == Player.Character then
			i.Occupant.Value = nil
			Player.Character.HumanoidRootPart.Anchored = false
			return
		end
	end
end)

With this:

Event.OnServerEvent:Connect(function(Player)
	Player.PlayerGui.ShadowBoxing.LeaveMatch.Visible = false

	for _, i in ipairs(Corners) do
		if i.Occupant.Value == Player.Character then
			i.Occupant.Value = nil
			Player.Character.HumanoidRootPart.Anchored = false
			Player.Character:PivotTo(script.Parent.Proximity.CFrame)
			return
		end
	end
end)

I could of sworn I did that lol. Sweet all of that works now thank you. This is kind of off topic, but I added you on Roblox and maybe I could add you to the team create of my game but my purchase cash doesnt work in my game, however when I move it to some random baseplate with all the scripts and everything the same, it works perfectly. Any idea on how to fix that or if you could take a look?

I added you to the team create if you wanted to take a peak

It might be something to do with the nuke server but i dont think so

I have the team chat open, try messaging me there. Its in the ‘view’ tab.