#when i try to press these buttons they dont do anything or the screens wont popup
33 messages · Page 1 of 1 (latest)
@true lotus
@true lotus
No the code
no
why do you think we can help if we
- dont have the button you are referring to
- we dont have the popup screens
- we dont have the code that does those
At least give us the scripy
** You are now Level 7! **
we need hte script to help you
also ur calling the popup as a direct child from the player gui which is wrong
** You are now Level 5! **
** You are now Level 11! **
Before u make a post on this you should probably learn basic scripting such as learning how to call an instance properly (u didnt call it correctly in the script)
You should also know most times just giving people the output cant let us know ehat in the script is wrong
Can you also send the code?
You just miss spell it
Or you need to use WaitForChild
try
local controls = require(player.PlayerScripts:WaitForChild("PlayerModule")):GetControls()
```and the other eerror is from a diffrent script
and you can just do
local player = game.Players.LocalPlayer
thats a diffrent script
you shure script.Parent.Parent.Parent.Parent.MainS
exists?
count the .Parent's
and check if it gives you code suggestions
