#Can someone help me change this to touch part?

14 messages · Page 1 of 1 (latest)

south moat
#

triggerpart.Triggered:Connect(function()
    triggerpart.Enabled = false
    script.Parent.Visible = true
    script.Parent.Text = "MWA HA HA HA"
    wait(3)
    script.Parent.Text = "I canptured you!!!!"
    wait(3)
    script.Parent.Text = "You know what that means?"
    wait(3)
    script.Parent.Text = "That this is time for my villian song!"
    wait(3)
    script.Parent.Visible = false
    script.Parent.Parent.evil:Play()
    triggerpart.Enabled = true
end)
supple egret
south moat
#

there no error

supple egret
south moat
#

ye

supple egret
# south moat ye

really easy, you point the part in the workspace
local part = game.Workspace.Part

part.Touched:Connect(function()
-- script
end)

south moat
terse doveBOT
#

studio** You are now Level 4! **studio

south moat
#

also 1 more question

#

you got idea how i can make it print players name?

#

like every plaeyr will see smth difrent

supple egret
south moat
#

k thx let me see