script.Parent.Head.Touched:connect(function(hit)
chr=hit.Parent
if chr:findFirstChild("Humnoid") and game.Players:GetPlayerFromCharacter(chr) then
plr=game.Players:GetPlayerFromCharacter(chr)
if not plr.hastycoon.Value then
plr.hastycoon.Value=true
script.Parent.Parent.OwnerName.Value=plr.Name
scripte.Parent:remove
end
end
end)
This is for a tycoon the the first end has a red underline under it.
What does that mean |