#Code isn't working
1 messages · Page 1 of 1 (latest)
** You are now Level 10! **
any errors?
weird tho
nope
prints as usual then stops printing with no errors at all
do you like destroy the script or
show the server side script
Send the game file
it wont let me paste the script since its too long i guess so this is the file
how do i do that
looks like nothing is affecting it
yea i imported this from a different place and now its acting up
i made sure the folders and events were in the right places and the scripts
i checked like 10 times and everything is correct
where is the script located
the server script is in server script service and the local script is in starter character scripts
the local one, any chance its getting destroyed?
could you check
i checked in every script and i didnt see anything that tries to destroy another script
although when did look in player scrips when i launched the game, i didnt see it in there unless it only duplicates scripts from starter player scripts into your character
it does duplicate yes
** You are now Level 24! **
idk if its character or in players
this is where i checked
try using
userInputService.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 then
print("do stuff here")
end
end)
did u do it on server
tbh i recommend u to use userinputservice instead