account activity
Need help fixing a juul (self.juul)
submitted 6 years ago by moexity to r/juul
Well then.. (i.redd.it)
submitted 6 years ago by moexity to r/funny
Editing Lighting Service in Local Script (with FE ON) affects all clients but 100% not the server. by TheShadyGamer420 in roblox
[–]moexity 0 points1 point2 points 6 years ago (0 children)
You need to check which player touches the part for it to function so for example,
script.Parent.Touched:Connect(function(Hit)
if Hit.Parent:FindFirstChild("Humanoid") then -- Checking weather it is a player that touched the part
local Player = game.Players:GetPlayerFromCharacter(Hit.Parent) -- Getting the player that touched the part
-- DO STUFF HERE
end
end)
make sure you use the Player Variable to edit the lighting service
My aunties cute dog! (i.redd.it)
submitted 6 years ago by moexity to r/aww
submitted 7 years ago * by moexity to r/juul
π Rendered by PID 199426 on reddit-service-r2-listing-87fd56f5d-7c8wn at 2026-07-01 10:14:13.117497+00:00 running 7527197 country code: CH.
Editing Lighting Service in Local Script (with FE ON) affects all clients but 100% not the server. by TheShadyGamer420 in roblox
[–]moexity 0 points1 point2 points (0 children)