game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local inback = player.PlayerGui:WaitForChild("ScreenGui").InfoLabelBack
local intext = player.PlayerGui:WaitForChild("ScreenGui").InfoLabelText
local dokundu = false
script.Parent.Touched:Connect(function(hit)
if dokundu == false then
if hit.Parent:IsA("Model") and hit.Parent:FindFirstChild("HumanoidRootPart") then...
Read more
player.CharacterAdded:Connect(function(character)
local inback = player.PlayerGui:WaitForChild("ScreenGui").InfoLabelBack
local intext = player.PlayerGui:WaitForChild("ScreenGui").InfoLabelText
local dokundu = false
script.Parent.Touched:Connect(function(hit)
if dokundu == false then
if hit.Parent:IsA("Model") and hit.Parent:FindFirstChild("HumanoidRootPart") then...
Read more
