Answered by
6 years ago Edited 6 years ago
Reminder: scriptinghelpers is not a request site (thus I will not be providing you an actual script, but rather information to help you).
For your teleporter, you will first need to check if the user owns the badge (which you say you can already do) (this is probably best as an if statement inside wherever the teleporter code will be). After this, provided the user owns the badge - you need to teleport them. This can be done multiple ways, a few common ones are:
1 | Player.Character:SetPrimaryPartCFrame( [ CFrame ] ) |
1 | Character.HumanoidRootPart.CFrame = CFrame.new( [ Position ] ) |
etc...
Once you have tried to do this on your own, and have proof in code that you have tried to - then I would either amend this question or make a new one asking for help with whatever difficulties you may be continuing to have.