So i want a teleporter that only teleports the following ranks developer owner supervisor and manager this is the script i have
function onTouched(m)
p = m.Parent:findFirstChild("Humanoid")
if p ~= nil then
p.Torso.CFrame = CFrame.new(41.025, 12.836, -178.975)
end
end
script.Parent.Touched:connect(onTouched)
How do i make it so that only those ranks get teleported and other dont iin my game i made it so my group ranks carry over to the game if you could help thatd be great thx/ |