of     1   

Laakari
#183734945Tuesday, February 16, 2016 4:06 AM GMT

script.Parent.Touched:connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then local plr = game.Players:GetPlayerFromCharacter(hit.Parent) if plr.PlayerGui:FindFirstChild("ClubMusic") then plr.PlayerGui.ClubMusic:Stop() plr.PlayerGui.ClubMusic:Destroy() end end end)
Laakari
#183735332Tuesday, February 16, 2016 4:12 AM GMT

Yo
cxcharlie
#183735432Tuesday, February 16, 2016 4:14 AM GMT

I think GetPlayer from character is deprecated http://www.roblox.com/a-item?id=212802893local D = Instance.new('RocketPropulsion',me) D.Target = OP D:Fire()
cxcharlie
#183735476Tuesday, February 16, 2016 4:14 AM GMT

I think get playerfromcharacter is deprecated http://www.roblox.com/a-item?id=212802893local D = Instance.new('RocketPropulsion',me) D.Target = OP D:Fire()
SwagCuzYolo
#183735484Tuesday, February 16, 2016 4:14 AM GMT

the playergui isn't loaded by the server, so scripts can't look in it
Laakari
#183735488Tuesday, February 16, 2016 4:14 AM GMT

Don't believe so
Zawie
#183735529Tuesday, February 16, 2016 4:15 AM GMT

uhm output? are you use you capitalized things correctly and what not?
cxcharlie
#183735564Tuesday, February 16, 2016 4:15 AM GMT

oh wait nvm erm try using a print to see if it can get passed the if statements http://www.roblox.com/a-item?id=212802893local D = Instance.new('RocketPropulsion',me) D.Target = OP D:Fire()
Laakari
#183735568Tuesday, February 16, 2016 4:16 AM GMT

What @ Swag ? @ Everyone else script.Parent.Touched:connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then local plr = game.Players:GetPlayerFromCharacter(hit.Parent) if plr.PlayerGui:FindFirstChild("ClubMusic") == nil then local music = game.Workspace.DJTable.Songs.ClubMusic:Clone() music.Parent = plr.PlayerGui music:Play() end end end) this works, but when I try to leave the area, the music continues
Laakari
#183735611Tuesday, February 16, 2016 4:16 AM GMT

These scripts are also in two different parts with a good amount of space in between them
SwagCuzYolo
#183735674Tuesday, February 16, 2016 4:17 AM GMT

the playergui is local, scripts can't see inside it run a test server and look if you don't believe me
Laakari
#183735762Tuesday, February 16, 2016 4:18 AM GMT

What is your solution then, swag?
Zawie
#183735830Tuesday, February 16, 2016 4:19 AM GMT

@Swag that's only true for filteringenabled my dyde
SwagCuzYolo
#183735986Tuesday, February 16, 2016 4:21 AM GMT

do it inside the localscript of your gui. touch event in the localscript that checks for your part's name and deletes itself if the player's character touched that part
Laakari
#183736220Tuesday, February 16, 2016 4:25 AM GMT

I do not have filtering enabled on. I just need a sound to play when I enter a building, and stop when I leave. Anyone got ideas?
SwagCuzYolo
#183736383Tuesday, February 16, 2016 4:27 AM GMT

lol

    of     1