Hello! I recently started making a game (which won't be popular but with my friends and the forums I can get a few visits on it). I'm trying to make a place to test some sort of map system (like more games has). I can't use place teleporters like in AR because I don-t have OBC and as far as I understand, the place you assign to the teleporter must be active. Any idea how I can make that? Thanks!
function touch(hit) if hit.Parent:FindFirstChild("Humanoid") ~= nil then char = hit.Parent char.Torso.CFrame = workspace.Part.CFrame * CFrame.new(0, 0, 0) -- Part is the part you want the character to be teleported to.