#Printing Player Name by Clicking

7 messages · Page 1 of 1 (latest)

nimble orchidBOT
#

studio** You are now Level 5! **studio

copper notch
#

events do not work like this

#

you can connect them to a variable like this only if it's connected to a function

#

instead:

#
local Part = pathtoyourpart
Part.ClickDetector.MouseClick:Connect(function(player)
  print(player)
end)
#

most of your beginner level problems can be solved just by looking at similar devforums posts or checking the documents