VEILUS Posted April 5, 2018 Share Posted April 5, 2018 I don't understand this Error = [Expected bool at argument 2, got none]... how to use function clientSide setElementFrozen ? --client side script function FPlayer () setElementFrozen (this, true) --This is how this method? end Link to comment
myonlake Posted April 5, 2018 Share Posted April 5, 2018 (edited) Use the predefined variable localPlayer (shorthand of getLocalPlayer) instead of your current "this". Edited April 5, 2018 by myonlake Link to comment
ShayF Posted April 5, 2018 Share Posted April 5, 2018 setElementFrozen(localPlayer,true) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now