[50 ROBUX FOR FIX] Module can't locate PlayerGui

It is in replicated storage. I think I might of said that

3 Likes

I may use this next time if I had the money, but ngl idk if this is against the rules lol but it for sure smart

3 Likes

Move the module out of replicated storage

3 Likes

Yeah, Idc this is an alt account

4 Likes

I will test every ones scripts in 5 minutes

3 Likes

Wait will the person who gets the Robux get banned too?

3 Likes

local player = players.LocalPlayer
wait(1)
local playerGui = game:GetService(‘Players’).LocalPlayer:WaitForChild(‘PlayerGui’)
local notifications = playerGui:WaitForChild(‘Notifications’)
local container = notifications:WaitForChild(“Container”)

3 Likes

LocalPlayer doesn’t work in replicated storage

3 Likes

why (character limitTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT)

3 Likes

nah lol dont worry :eyes: :rofl: :rofl: ur fine

3 Likes

shoot its been a year mb lol than what is the other one named?

3 Likes

Because LocalPlayer doesn’t run on the server

3 Likes

ik but what is the name of the other thing? but for local?

3 Likes

Replicated storage can be accessed from the client and the server

4 Likes

hey @Scriptz7 can you do this and tell me what u got?

local player = players.LocalPlayer
print(player.name)
local playerGui = game:GetService('Players').LocalPlayer:WaitForChild('PlayerGui')
print(playergui.parent)
local notifications = playerGui:WaitForChild('Notifications')
local container = notifications:WaitForChild("Container")

try again please @Scriptz7 i fixed it

3 Likes

21:32:25.942 ReplicatedStorage.NotificationClient:5: attempt to index nil with ‘name’ - Server - NotificationClient:5

2 Likes

Run the code in a local script instead

2 Likes

Ok, I will have to change a lot then

2 Likes

no, u cant its a module script, @Scriptz7 idk if i would do that and even if u do have a back up

1 Like

Run the module script functions from a local script

2 Likes