So when i click with this tool it tps me to my mouse cursor and I’ve been trying to make it so when i click it also activates a coloration effect from lighting Here is what i tried
1 Like
Do you mean:
game.Lighting.ColorCorrection.Enabled = true
You have to finish the statement.
You just called the path, you didn’t set any values.
1 Like
I see but do i need to remove other lines of codes since when i insert it it does not work im confused??
1 Like
It is working, but you need to actually have the effect on it… Change the properties of the “ColorCorrection” thing (with it enabled so you get it to what you want), then set it to disabled and test the game. It should work.
1 Like
Put this after the “wait(2)” part:
game.Lighting.ColorCorrection.Enabled = false
1 Like
IK I Just DID SORRY FOR THE TROUBLE I FORGOT. ty anyway