#Make player glow with server script

24 messages · Page 1 of 1 (latest)

old pier
#

Is it possible to make a player glow with a server script? I want to depend it on some persistant data stuff.
With glow, I don't mean the effect, I mean that the player increases the lightlevel around him

indigo stormBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

silk dagger
#

This seems like a tricky thing to pull off, but maybe it could be possible?

#

I don’t immediately know of any way to make an entity change light level, but I am curious if there is any methods that might do the trick

#

Block states have the ability to set the light level, this could help

#

I got to go do an exam though, but hopefully somebody can help build on the idea where a light source is set at the player’s feet every time they move,

old pier
#

Yeah, thanks

#

Maybe it could be possible with a mod that adds light to items like torcjes when they are in the playerhand?

#

If it seams to difficult, I already got an idea what I will do if this won't work

candid jolt
#

I’ve seen a couple implementations for mod where they teleport either a custom light entity around with the player or place a torch under the player every so often, but a fully fleshed out dynamic lighting system is a bit crazy for kube imo, just download one of the mods for it

old pier
#

Yeah, I got one of those mods, but I want it to happen without having an item in your hand

candid jolt
#

Interesting, I wonder how far you can get with reflection then

west anchor
#

with dynamic lights looks like you can add to your armours/items whatever the tag:

dynamiclights:self

and you will now light

old pier
#

Thats great to know but I want this to be independent of items

indigo waveBOT
#

Just because someone said it isn't possible doesn't mean it actually is. Instead they meant that no one has successfully done it yet.

Be the first!

glass wagon
#

If there is a way to have hidden baubles then you can add one that does that

west anchor
#

IF bauble is compatible with Dynamic lights

#

lol

old pier
#

Thats generally a good idea but I hoped something less hacly would be possible

#

I think Ill just do something different. Thanks for all your help