pls help me im trying to create a island unlocker
part.Touched:Connect(function(hit) -- The part that hit it --run Some code end)
if you want to retrieve the player you can do:
local plr = game.Players:GetPlayerFromCharacter(hit.Parent) if plr then --Any part can touch it end
-Ducky
Developer
Youtuber