I need help with a 2 player teleportation script. So if 2 people click a part they both teleport somewhere. I only made a script for one person, Can someone help me make it for 2 players?
Script:
local telebrick = script.Parent
local position = Vector3.new(0,50,0) --replace the coordinates with the actual destination coordinates
local Detector = Instance.new("ClickDetector")
Detector.Parent = telebrick
telebrick.ClickDetector.MouseClick:connect(function(plr)
plr.Character.HumanoidRootPart.CFrame = CFrame.new(position)
end)
ʰᵉʸ ʷʰᵒ ᵐᵃᵈᵉ ᵐʸ ᵏᵉʸᵇᵒᵃʳᵈ ᵗᶦⁿʸ|R$99,788|~Rocks Owner & Lead VC'er|+2.3k posts |