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)
#Can someone help me change this to touch part?
14 messages · Page 1 of 1 (latest)
What is the error and what is the point, reason?
nono i mean like now it works with proximity prompt and i want it to work on touched
there no error
so you mean when a part is touched?
ye
really easy, you point the part in the workspace
local part = game.Workspace.Part
part.Touched:Connect(function()
-- script
end)
ook thx im still beggining the scripting journey
** You are now Level 4! **
also 1 more question
you got idea how i can make it print players name?
like every plaeyr will see smth difrent
i think you get this from this function "GetPlayerFromCharacter()"
k thx let me see