Because im using tekknikk lifts but u need a lift key card and im wondering is there a way only i can have the lift key on a obby and the others have to complete it
Your saying you have a device that is activated with a keycard and you want to make it so just your character spawns with it? If that's the case you can use this code.
game.Players.PlayerAdded:connect(function(player) if player.Name==("Player1") then KeyClone=game.ServerStorage.Key:Clone() KeyClone.Parent=player.Backpack end end)