ELEMENTALCRAFTER009 Posted February 23, 2015 Share Posted February 23, 2015 (edited) How would I be able to run this function client-side only?local function FormVision(inst, phase) if inst.trentform and phase == "night" then inst.entity:AddLight() inst.Light:SetFalloff(0.5) inst.Light:SetIntensity(0.9) inst.Light:SetRadius(15) inst.Light:SetColour(245/255,255/255,245/255) inst.Light:Enable(true) else inst.Light:Enable(false) endend Edited February 23, 2015 by ELEMENTALCRAFTER009 Link to comment https://forums.kleientertainment.com/forums/topic/51343-help-clientside-only/ Share on other sites More sharing options...
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