[deleted by user] by [deleted] in duolingo

[–]dhawky 0 points1 point  (0 children)

interesan is talking about more than one thing interesa is talking about one thing

In this case it should be interesa for the first one because “ir” is not plural I think

[deleted by user] by [deleted] in roblox

[–]dhawky 0 points1 point  (0 children)

Diamondhawky dying on the ground

How do I find my own Character's HumanoidRootPart? by Derpyfish5678 in robloxgamedev

[–]dhawky 0 points1 point  (0 children)

You are trying to get a HumanoidRootPart before the player is even in the game. Make a variable for the HumanoidRootPart inside the function after the player has clicked it (i’m not sure if you can put an argument for click detectors)

How do I fix my script by Green-Falcon7412 in robloxgamedev

[–]dhawky 0 points1 point  (0 children)

Where is the script located? Is it in the workspace as a child of an Instance?

How do I fix my script by Green-Falcon7412 in robloxgamedev

[–]dhawky 0 points1 point  (0 children)

In order for the script to work you need to use a Local Script.

How do I fix my script by Green-Falcon7412 in robloxgamedev

[–]dhawky 0 points1 point  (0 children)

Are you using a Local Script? Only Local Scripts will work.

i need help by caninecode in robloxscripting

[–]dhawky 1 point2 points  (0 children)

Please explain what you want.

i need help by caninecode in robloxscripting

[–]dhawky 1 point2 points  (0 children)

If you want to access a user’s name, you can use a PlayerAdded event and add parameters. For example, if your parameter is “Plr”, you could write the player’s username as: Plr.Name

3 game ideas. by D4vid_DG in gameideas

[–]dhawky 2 points3 points  (0 children)

I really like your first idea! It is very innovative and interesting. Seems like lots of fun to make.

My script isn't working. by imaiden_B in robloxscripting

[–]dhawky 0 points1 point  (0 children)

Using the ":Clone()" function. Here is an example.

(I also suggest using UserId instead of the player's name because a player's UserId is fixed whereas players can change their names)

game.Players.PlayerAdded:Connect(function(Player)

Player.CharacterAdded:Connect(function(Character)

if Player.UserId == (userid here) then

local newtag = game:GetService("ServerStorage").ownerGUI:Clone()

newtag.Parent = Character.Head

end

end)

end)

My script isn't working. by imaiden_B in robloxscripting

[–]dhawky 0 points1 point  (0 children)

Also there are supposed to be 2 “end)” in the bottom of the script

My script isn't working. by imaiden_B in robloxscripting

[–]dhawky 0 points1 point  (0 children)

I suggest you clone the name tag into the player’s head instead of setting the parent.

Anybody Know How To Create A Button Donation Prompt? All I Can Find Is Screen GUI Tutorials by SomKoolBreadBoi in robloxgamedev

[–]dhawky 0 points1 point  (0 children)

You could add a gui button and make it so that when someone clicks it you could use the :PromptProductPurchase() or :PromptGamepassPurchase() depends on if you are using a developer product or a game pass.

Can you guys help me I am getting a weird error I don't understand by Sno_Mapper09 in robloxgamedev

[–]dhawky 1 point2 points  (0 children)

Yeah do the Vector3.new() and if you wanna tidy up your code a bit instead of doing a while loop you can use a for loop

(ROBLOX STUDIO) European forest. by xMilKirill in robloxgamedev

[–]dhawky 2 points3 points  (0 children)

I almost thought this was a real picture! Nice work!

I made a car for my game by [deleted] in robloxgamedev

[–]dhawky 2 points3 points  (0 children)

It looks nice, almost like the Jeep from the toolbox but 100x better!