this script in serverscriptservice and its not working its an event script
001 | console.script 1 Beast.OnServerEvent:connect( function (p, Mouse) |
002 | --creation by missingboshjio |
003 | --for r6 |
004 | local a |
005 | local b |
006 | local c |
007 | local d |
008 | local e |
009 | local f |
010 | local g |
011 | local h |
012 | local version = { "1.0" } |
013 |
014 | local c = p.Character |
015 | local hum = c.Humanoid |
parameter can't be mouse. you will get nil.
you can use anything in the parameter but you can't access Mouse from the normal script, you need to do it on a local script instead