DatGuy64

Results 6 comments of DatGuy64

i think util.FindDecalsInSphere can be better with the addition of a util.RemoveDecalsByID (for example) with FindInSphere i could find a decal and if his materials is like "blood" i could...

@darkjacky Hi, at first glance, everything appeared to be working correctly. However, after running on a live server with 50+ players for several hours, a serious issue started to occur....

@darkjacky Sorry for the late reply. I've been using it on my server for two days, and I'm still getting the same error

It's not happening without this :/

@darkjacky yo, i fixed my error by doing : ```lua local tab = ent:GetTable() tab.FPPCanTouch = tab.FPPCanTouch or {} tab.FPPCanTouchWhy = tab.FPPCanTouchWhy or {} local changed = tab.FPPCanTouch[ply] ~= canTouch...

Anyone found a fix ? i want to try it on my server too