Pretty simple to understand ; I have a seat in a boat ; I have the boat in a huge transparent block with cancollide off and anchor on . when you enter the block it checks if ur seated then if u are pops up a Gui and if you press e while it is on screen it dissapears and pops a new gui… you can see the script ;
03 | local part = script.Parent |
05 | local plr = game.Players.LocalPlayer |
07 | local mouse = plr:GetMouse() |
15 | local eGui = game.StarterGui.pressEgui.eGui |
17 | local basic = game.StarterGui.ChooseDifficulty.BasicButton |
23 | part.Touched:Connect( function () |
25 | if plr.Seated = = t then |
35 | mouse.KeyDown:Connect( function (Key) |
47 | basic.MouseButton 1 Click:Connect( function () |
if u need any more info to reslove my issue please comment
nothing in output comes up :/