#Server script wont work?

17 messages · Page 1 of 1 (latest)

brittle sleet
#

its in a serverscript. when a part gets touched in workspace it will print.

local part = game.workspace.Part

part.Touched:Connect(function()
print("I Got Touched!")
end)

#

but it wont work

tawdry glade
#

is there only one part in workspace called "Part"

#

not sure the script would work if theres more than one

brittle sleet
#

the parts name is cointouch

#

and. there is no other

#
local Cointouch = game.workspace.Cointouch

Cointouch.Touched:Connect(function()
print("I Got Touched!")
end)
random sapphire
#

where is the script locate

#

d

brittle sleet
#

serverscript

clever stratusBOT
#

studio** You are now Level 3! **studio

random sapphire
#

local Cointouch = workspace.Cointouch

#

would u try this

#

make sure Cointouch is perfect writed

#

and look output if there's any error

brittle sleet
#

still no luck

dusky copper
#

show me your explorer in studo if you can